@FrostCat said in Seriously, browsers? That's how autocomplete is supposed to work: @Lorne-Kates said in Seriously, browsers? That's how autocomplete is supposed to work: Or you could break the form in new and interesting ways, like poorly implementing a "placeholder" value inside the input element and using janky javascript to remove it onfocus. That always breaks shit, and makes you a shitburger for not knowing what a <label> is. Got it--instead, use a background image on the input with the placeholder text, and remove said image if an onblur event handler. I mean, it's better than the alternative he proposed. Not by much. But it is better...